Update dependencies to address security advisories - #14640
Merged
sean-mcmanus merged 2 commits intoAug 4, 2026
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates dependency lockfiles and Yarn resolutions to pull in patched transitive dependency versions, addressing reported security advisories across the main extension, the Extension Pack, and the GitHub Actions package.
Changes:
- Bump
undiciin the Extension Pack lockfile to7.29.0. - Update the main extension’s PostCSS resolution/lockfile to
8.5.25(with a^8.5.23minimum viaresolutions). - Bump
.github/actionstransitive dependencies (ip-addressto10.3.1,undicito6.28.0) in its lockfile.
Reviewed changes
Copilot reviewed 1 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| ExtensionPack/package-lock.json | Updates locked undici tarball/version to a newer patched release for the Extension Pack. |
| Extension/yarn.lock | Locks PostCSS to 8.5.25 and updates the undici descriptor to ^7.29.0 for the main extension install graph. |
| Extension/package.json | Raises the minimum PostCSS resolution to ^8.5.23 to avoid vulnerable versions while keeping installs flexible. |
| .github/actions/package-lock.json | Updates locked ip-address and undici versions to patched releases for the GitHub Actions package. |
Files not reviewed (2)
- .github/actions/package-lock.json: Generated file
- ExtensionPack/package-lock.json: Generated file
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
sean-mcmanus
enabled auto-merge (squash)
August 4, 2026 18:29
Colengms
approved these changes
Aug 4, 2026
sean-mcmanus
deleted the
seanmcm/devbox2-wsl/agent3/fix-dependabot-alerts
branch
August 4, 2026 20:04
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updates transitive dependencies to patched releases:
ip-addressto 10.3.1 andundicito 6.28.0 for the GitHub Actions packagepostcssto 8.5.25 for the main extensionundicito 7.29.0 for the Extension PackThe remaining
fast-uri@3.1.4advisory is not addressed because its patched release, 3.1.5, is not currently available from the repository's configured npm registry.Validation
fast-uri@3.1.5fix.